Skip to content

Conversation

@RaidenE1
Copy link
Contributor

Since now we are canceling timers in the method, we need to update the method name

@github-actions github-actions bot added triage PRs from the community group-coordinator small Small PRs labels Nov 21, 2025
List<CoordinatorRecord> records
) {
group.createGroupTombstoneRecords(records);
timer.cancel(streamsInitialRebalanceKey(group.groupId()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually a bit weird to have this here. createGroupTombstoneRecords applies to all group types but the timer is only for streams. What's the reasoning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It won't have an effect for other group types. But we could move this into Group implementation, but then we should probably also rename this method.

@github-actions github-actions bot removed the triage PRs from the community label Nov 22, 2025
@RaidenE1
Copy link
Contributor Author

@dajac @lucasbru updated the cancel timer method to streams group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants